object ThesaurusDialog: TThesaurusDialog Left = 361 Top = 93 BorderIcons = [biMaximize] AutoScroll = False Caption = 'Thesaurus Lookup:' ClientHeight = 160 ClientWidth = 331 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnResize = FormResize PixelsPerInch = 96 TextHeight = 13 object WordLabel: TLabel Left = 4 Top = 28 Width = 29 Height = 13 Caption = '&Word:' FocusControl = WordEdit end object Label1: TLabel Left = 4 Top = 4 Width = 30 Height = 13 Caption = 'Topic:' end object PageControl: TPageControl Left = 142 Top = 4 Width = 185 Height = 124 ActivePage = Sheet2 TabOrder = 2 object Sheet1: TTabSheet Caption = 'Noun' object LB1: TListBox Left = 0 Top = 0 Width = 177 Height = 96 Align = alClient ItemHeight = 13 TabOrder = 0 end end object Sheet2: TTabSheet Caption = 'Verb' object LB2: TListBox Left = 0 Top = 0 Width = 177 Height = 96 Align = alClient ItemHeight = 13 TabOrder = 0 end end object Sheet3: TTabSheet Caption = 'Adj' object LB3: TListBox Left = 0 Top = 0 Width = 177 Height = 96 Align = alClient ItemHeight = 13 TabOrder = 0 end end object Sheet4: TTabSheet Caption = 'Adv.' object LB4: TListBox Left = 0 Top = 0 Width = 177 Height = 96 Align = alClient ItemHeight = 13 TabOrder = 0 end end end object LookupButton: TButton Left = 4 Top = 132 Width = 66 Height = 25 Caption = '&Lookup' TabOrder = 3 end object CancelButton: TBitBtn Left = 238 Top = 132 Width = 90 Height = 25 TabOrder = 5 OnClick = CancelButtonClick Kind = bkCancel end object ReplaceButton: TButton Left = 72 Top = 132 Width = 66 Height = 25 Caption = '&Replace' TabOrder = 4 end object WordEdit: TEdit Left = 44 Top = 28 Width = 93 Height = 21 TabOrder = 0 end object Lookup: TListBox Left = 4 Top = 52 Width = 133 Height = 76 ItemHeight = 13 TabOrder = 1 end object ContextEdit: TComboBox Left = 44 Top = 4 Width = 93 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 6 end end